projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363065d
)
(revert-buffer): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 10 Nov 2006 01:15:40 +0000
(
01:15
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 10 Nov 2006 01:15:40 +0000
(
01:15
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a78d798f38ba21bce5c30eac49c4a95740776f68..9228e5476423b5e1d629e0bd5a21276987d11b89 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4095,6
+4095,7
@@
non-nil, it is called instead of rereading visited file contents."
(or coding-system-for-read
buffer-file-coding-system-explicit))))
(if (and (not enable-multibyte-characters)
+ coding-system-for-read
(not (memq (coding-system-base
coding-system-for-read)
'(no-conversion raw-text))))